home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2003 May (DVD) / Macworld Resource DVD May 2003.toast / Data / Shareware / Internet / Adium1.6.2c.sit / Adium 1.6.2c / Adium.app / Contents / Resources / MainMenu.nib / classes.nib next >
Encoding:
Text File  |  2002-10-19  |  28.3 KB  |  652 lines

  1. {
  2.     IBClasses = (
  3.         {
  4.             ACTIONS = {showAwayTab = id; }; 
  5.             CLASS = AIAIMConfig; 
  6.             LANGUAGE = ObjC; 
  7.             OUTLETS = {
  8.                 "tabViewItem_blockingTab" = NSTabViewItem; 
  9.                 "tabView_configTabs" = NSTabView; 
  10.                 theBlockList = AIBlockList; 
  11.                 "window_configWindow" = NSWindow; 
  12.             }; 
  13.             SUPERCLASS = NSObject; 
  14.         }, 
  15.         {
  16.             ACTIONS = {emailAdamIser = id; visitHomePage = id; }; 
  17.             CLASS = AIAbout; 
  18.             LANGUAGE = ObjC; 
  19.             SUPERCLASS = NSObject; 
  20.         }, 
  21.         {
  22.             ACTIONS = {addBuddyToGroup = id; }; 
  23.             CLASS = AIAddToBuddyListMenu; 
  24.             LANGUAGE = ObjC; 
  25.             SUPERCLASS = NSMenu; 
  26.         }, 
  27.         {
  28.             ACTIONS = {
  29.                 closeSelectedTab = id; 
  30.                 connectDisconnect = id; 
  31.                 hideShowBuddyListWindow = id; 
  32.                 hideShowMessageWindow = id; 
  33.                 nextMessage = id; 
  34.                 previousMessage = id; 
  35.                 refreshChatList = id; 
  36.                 showAIMConfig = id; 
  37.                 showAIMConfigAwayTab = id; 
  38.                 showAboutPanel = id; 
  39.                 showCreateJoinChatPanel = id; 
  40.                 showGetInfoPanel = id; 
  41.                 showLogViewer = id; 
  42.                 showNewMessagePanel = id; 
  43.                 showQuickAwayPanel = id; 
  44.                 showSettings = id; 
  45.             }; 
  46.             CLASS = AIAdium; 
  47.             LANGUAGE = ObjC; 
  48.             OUTLETS = {
  49.                 "menuItem_awayMessage" = NSMenuItem; 
  50.                 "menuItem_closeTab" = NSMenuItem; 
  51.                 "menuItem_connectDisconnect" = NSMenuItem; 
  52.                 "menuItem_hideShowBuddyList" = NSMenuItem; 
  53.                 "menuItem_hideShowMessageTabWindow" = NSMenuItem; 
  54.                 "menuItem_joinCommunityChat" = NSMenuItem; 
  55.                 "menuItem_nextMessage" = NSMenuItem; 
  56.                 "menuItem_previousMessage" = NSMenuItem; 
  57.                 "menuItem_quitAdium" = NSMenuItem; 
  58.                 "menu_buddyContextualMenu" = AIBuddyContextMenu; 
  59.                 "menu_buddyContextualTabMenu" = AIBuddyContextMenu; 
  60.                 "menu_chatContextualTabMenu" = AIChatContextMenu; 
  61.                 "menu_communityChat" = NSMenu; 
  62.             }; 
  63.             SUPERCLASS = NSObject; 
  64.         }, 
  65.         {
  66.             ACTIONS = {returnFromAway = id; showQuickAwayWindow = id; }; 
  67.             CLASS = AIAway; 
  68.             LANGUAGE = ObjC; 
  69.             OUTLETS = {
  70.                 "menuItem_awayMessage" = NSMenuItem; 
  71.                 "menuItem_enterAwayMessage" = NSMenuItem; 
  72.                 "panel_awayPanel" = AIAwayPanel; 
  73.                 "panel_quickAwayPanel" = AIQuickAwayPanel; 
  74.                 theAwayManager = AIAwayManagement; 
  75.             }; 
  76.             SUPERCLASS = NSObject; 
  77.         }, 
  78.         {
  79.             ACTIONS = {
  80.                 awayTitleSave = id; 
  81.                 deleteAwayMessage = id; 
  82.                 doubleClickAwayList = id; 
  83.                 newAwayMessage = id; 
  84.                 selectAwayShareName = id; 
  85.                 setPresetAwayMenuItem = id; 
  86.             }; 
  87.             CLASS = AIAwayManagement; 
  88.             LANGUAGE = ObjC; 
  89.             OUTLETS = {
  90.                 "button_deleteAwayMessage" = NSButton; 
  91.                 "popUpButton_shareAwayWith" = NSPopUpButton; 
  92.                 "tableView_awayList" = NSTableView; 
  93.                 "textField_awayTitle" = NSTextField; 
  94.                 "textView_awayMessage" = NSTextView; 
  95.                 theAIMConfig = AIAIMConfig; 
  96.                 theAwayHandler = AIAway; 
  97.                 theSavedNamePanel = AISavedNames; 
  98.             }; 
  99.             SUPERCLASS = NSObject; 
  100.         }, 
  101.         {CLASS = AIAwayMenu; LANGUAGE = ObjC; SUPERCLASS = NSMenu; }, 
  102.         {
  103.             CLASS = AIAwayPanel; 
  104.             LANGUAGE = ObjC; 
  105.             OUTLETS = {
  106.                 "textField_awaySince" = NSTextField; 
  107.                 "textView_currentAway" = NSTextView; 
  108.                 theAwayHandler = AIAway; 
  109.             }; 
  110.             SUPERCLASS = NSPanel; 
  111.         }, 
  112.         {CLASS = AIAwayPopUpButton; LANGUAGE = ObjC; SUPERCLASS = NSPopUpButton; }, 
  113.         {CLASS = AIAwayTextView; LANGUAGE = ObjC; SUPERCLASS = NSTextView; }, 
  114.         {
  115.             ACTIONS = {
  116.                 applyNow = id; 
  117.                 "onlyAllow_addName" = id; 
  118.                 "onlyAllow_removeName" = id; 
  119.                 "onlyBlock_addName" = id; 
  120.                 "onlyBlock_removeName" = id; 
  121.                 "select_allowAll" = id; 
  122.                 "select_allowThese" = id; 
  123.                 "select_blockNonList" = id; 
  124.                 "select_blockThese" = id; 
  125.             }; 
  126.             CLASS = AIBlockList; 
  127.             LANGUAGE = ObjC; 
  128.             OUTLETS = {
  129.                 "button_allowAll" = NSButton; 
  130.                 "button_allowThese" = NSButton; 
  131.                 "button_applyNow" = NSButton; 
  132.                 "button_blockNonList" = NSButton; 
  133.                 "button_blockThese" = NSButton; 
  134.                 "button_onlyAllowAdd" = NSButton; 
  135.                 "button_onlyAllowRemove" = NSButton; 
  136.                 "button_onlyBlockAdd" = NSButton; 
  137.                 "button_onlyBlockRemove" = NSButton; 
  138.                 "tableView_onlyAllow" = NSTableView; 
  139.                 "tableView_onlyBlock" = NSTableView; 
  140.                 "textField_clickApplyNowMessage" = NSTextField; 
  141.                 theBuddyList = AIBuddyList; 
  142.                 theConnectSheet = AIConnectSheet; 
  143.             }; 
  144.             SUPERCLASS = NSObject; 
  145.         }, 
  146.         {CLASS = AIBuddyBarMenu; LANGUAGE = ObjC; SUPERCLASS = AIBuddyMenu; }, 
  147.         {CLASS = AIBuddyContextMenu; LANGUAGE = ObjC; SUPERCLASS = AIBuddyMenu; }, 
  148.         {
  149.             ACTIONS = {dockShowGetInfo = id; getInfo = id; hideGetInfo = id; showGetInfo = id; }; 
  150.             CLASS = AIBuddyInfo; 
  151.             LANGUAGE = ObjC; 
  152.             OUTLETS = {
  153.                 "menuItem_dockGetInfo" = NSMenuItem; 
  154.                 "menuItem_getInfo" = NSMenuItem; 
  155.                 "panel_getInfo" = NSPanel; 
  156.                 "textField_getInfo" = NSTextField; 
  157.                 theBuddyList = AIBuddyList; 
  158.             }; 
  159.             SUPERCLASS = NSObject; 
  160.         }, 
  161.         {
  162.             CLASS = AIBuddyInfoTextView; 
  163.             LANGUAGE = ObjC; 
  164.             OUTLETS = {"outlineView_buddyList" = NSOutlineView; theBuddyList = AIBuddyList; }; 
  165.             SUPERCLASS = NSTextView; 
  166.         }, 
  167.         {
  168.             ACTIONS = {
  169.                 deleteSelection = id; 
  170.                 insertNewBuddy = id; 
  171.                 insertNewGroup = id; 
  172.                 selectShareName = id; 
  173.             }; 
  174.             CLASS = AIBuddyList; 
  175.             LANGUAGE = ObjC; 
  176.             OUTLETS = {
  177.                 "button_buddyListDelete" = NSButton; 
  178.                 "button_insertNewBuddy" = NSButton; 
  179.                 "outlineView_buddyListEditor" = AIBuddyListEditorOutlineView; 
  180.                 "popUpButton_sharingList" = NSPopUpButton; 
  181.                 "textField_buddyListTitle" = NSTextField; 
  182.                 theBlockList = AIBlockList; 
  183.                 theSavedNamePanel = AISavedNames; 
  184.             }; 
  185.             SUPERCLASS = NSObject; 
  186.         }, 
  187.         {
  188.             CLASS = AIBuddyListCell; 
  189.             LANGUAGE = ObjC; 
  190.             OUTLETS = {theBuddy = id; }; 
  191.             SUPERCLASS = NSCell; 
  192.         }, 
  193.         {
  194.             CLASS = AIBuddyListEditorOutlineView; 
  195.             LANGUAGE = ObjC; 
  196.             OUTLETS = {theBlockList = AIBlockList; theBuddyList = AIBuddyList; }; 
  197.             SUPERCLASS = NSOutlineView; 
  198.         }, 
  199.         {
  200.             ACTIONS = {doubleClickInList = id; }; 
  201.             CLASS = AIBuddyListOutlineView; 
  202.             LANGUAGE = ObjC; 
  203.             OUTLETS = {theBuddyList = id; theUserInfo = id; }; 
  204.             SUPERCLASS = NSOutlineView; 
  205.         }, 
  206.         {
  207.             ACTIONS = {
  208.                 block = id; 
  209.                 getInfo = id; 
  210.                 inviteToChat = id; 
  211.                 newMessage = id; 
  212.                 viewLogs = id; 
  213.                 warn = id; 
  214.             }; 
  215.             CLASS = AIBuddyMenu; 
  216.             LANGUAGE = ObjC; 
  217.             OUTLETS = {
  218.                 "menuItem_addToList" = NSMenuItem; 
  219.                 "menuItem_block" = NSMenuItem; 
  220.                 "menuItem_getInfo" = NSMenuItem; 
  221.                 "menuItem_inviteToChat" = NSMenuItem; 
  222.                 "menuItem_message" = NSMenuItem; 
  223.                 "menuItem_viewLogs" = NSMenuItem; 
  224.                 "menuItem_warn" = NSMenuItem; 
  225.                 "menu_addToBuddyList" = AIAddToBuddyListMenu; 
  226.                 "menu_inviteToChat" = AIInviteToChatMenu; 
  227.             }; 
  228.             SUPERCLASS = NSMenu; 
  229.         }, 
  230.         {CLASS = AIChatContextMenu; LANGUAGE = ObjC; SUPERCLASS = AIBuddyMenu; }, 
  231.         {
  232.             ACTIONS = {
  233.                 autoConnect = id; 
  234.                 cancel = id; 
  235.                 connect = id; 
  236.                 forgotPassword = id; 
  237.                 registerNewScreenName = id; 
  238.                 savePassword = id; 
  239.                 selectNameFromMenu = id; 
  240.                 useAOLScreenName = id; 
  241.             }; 
  242.             CLASS = AIConnectSheet; 
  243.             LANGUAGE = ObjC; 
  244.             OUTLETS = {
  245.                 "button_cancel" = NSButton; 
  246.                 "button_connect" = NSButton; 
  247.                 "checkBox_autoConnect" = NSButton; 
  248.                 "checkBox_savePassword" = NSButton; 
  249.                 "dockMenuItem_connect" = NSMenuItem; 
  250.                 "menuItem_connect" = NSMenuItem; 
  251.                 "panel_connectSheet" = NSPanel; 
  252.                 "popUpButton_savedNameMenu" = NSPopUpButton; 
  253.                 "progressBar_connecting" = NSProgressIndicator; 
  254.                 "textField_connectionStatus" = NSTextField; 
  255.                 "textField_password" = NSTextField; 
  256.                 "textField_screenName" = NSTextField; 
  257.                 theBuddyList = AIBuddyList; 
  258.                 theSavedNamePanel = AISavedNames; 
  259.             }; 
  260.             SUPERCLASS = NSObject; 
  261.         }, 
  262.         {CLASS = AICustomFormatTextView; LANGUAGE = ObjC; SUPERCLASS = NSTextView; }, 
  263.         {CLASS = AIDockIcon; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  264.         {
  265.             CLASS = AIDockMenuController; 
  266.             LANGUAGE = ObjC; 
  267.             OUTLETS = {
  268.                 "menuItem_dockAwayMessage" = NSMenuItem; 
  269.                 "menuItem_dockConnectStatus" = NSMenuItem; 
  270.                 "menuItem_dockCreateChat" = NSMenuItem; 
  271.                 "menuItem_dockGetInfo" = NSMenuItem; 
  272.                 "menuItem_dockNewMessage" = NSMenuItem; 
  273.             }; 
  274.             SUPERCLASS = NSObject; 
  275.         }, 
  276.         {CLASS = AIFireTalkInterface; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  277.         {CLASS = AIIdle; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  278.         {
  279.             ACTIONS = {
  280.                 connect = id; 
  281.                 dockConnet = id; 
  282.                 hideShowMainWindow = id; 
  283.                 hideShowMessageWindow = id; 
  284.                 infoSelectedBuddy = id; 
  285.                 messageSelectedBuddy = id; 
  286.                 selectMainWindow = id; 
  287.                 selectMessageWindow = id; 
  288.                 showAIMConfig = id; 
  289.                 showSettings = id; 
  290.             }; 
  291.             CLASS = AIInterface; 
  292.             LANGUAGE = ObjC; 
  293.             OUTLETS = {
  294.                 "button_away" = NSPopUpButton; 
  295.                 "button_disconnect" = NSButton; 
  296.                 "button_info" = NSButton; 
  297.                 "button_message" = NSButton; 
  298.                 "button_settings" = NSButton; 
  299.                 "groupBox_requestingInfoBar" = NSBox; 
  300.                 "groupBox_windowContents" = NSBox; 
  301.                 "menuItem_AIMConfig" = NSMenuItem; 
  302.                 "menuItem_buddyInfo" = NSMenuItem; 
  303.                 "menuItem_connect" = NSMenuItem; 
  304.                 "menuItem_disconnect" = NSMenuItem; 
  305.                 "menuItem_dockAwayMessage" = NSMenuItem; 
  306.                 "menuItem_dockConnect" = NSMenuItem; 
  307.                 "menuItem_dockConnectStatus" = NSMenuItem; 
  308.                 "menuItem_dockCreateChat" = NSMenuItem; 
  309.                 "menuItem_dockDisconnect" = NSMenuItem; 
  310.                 "menuItem_dockGetInfo" = NSMenuItem; 
  311.                 "menuItem_dockNewMessage" = NSMenuItem; 
  312.                 "menuItem_hideShowMainWindow" = NSMenuItem; 
  313.                 "menuItem_hideShowMessageWindow" = NSMenuItem; 
  314.                 "menuItem_newMessage" = NSMenuItem; 
  315.                 "menuItem_preferences" = NSMenuItem; 
  316.                 "menuItem_selectBuddyList" = NSMenuItem; 
  317.                 "menuItem_selectMessageWindow" = NSMenuItem; 
  318.                 "menu_dockMenu" = NSMenu; 
  319.                 "menu_tabContextualMenu" = NSMenu; 
  320.                 "outlineView_buddyList" = AIBuddyListOutlineView; 
  321.                 "progressBar_requestingProfile" = NSProgressIndicator; 
  322.                 "scrollView_buddyList" = NSScrollView; 
  323.                 "tabView_mainTabs" = AIMessageTabView; 
  324.                 "textField_profileOnlineSince" = NSTextField; 
  325.                 "textField_profileService" = NSTextField; 
  326.                 "textField_profileWarnLevel" = NSTextField; 
  327.                 "textField_requestingProfile" = NSTextField; 
  328.                 "textView_profile" = NSTextView; 
  329.                 theAIMConfigWindow = AIAIMConfig; 
  330.                 theAwayHandler = AIAway; 
  331.                 theBuddyList = AIBuddyList; 
  332.                 theConnectSheet = AIConnectSheet; 
  333.                 theUserInfo = AIBuddyInfo; 
  334.                 "window_buddyInfoWindow" = NSWindow; 
  335.                 "window_mainWindow" = AIMainWindow; 
  336.                 "window_messageWindow" = NSWindow; 
  337.             }; 
  338.             SUPERCLASS = NSObject; 
  339.         }, 
  340.         {
  341.             ACTIONS = {inviteBuddyToChat = id; }; 
  342.             CLASS = AIInviteToChatMenu; 
  343.             LANGUAGE = ObjC; 
  344.             SUPERCLASS = NSMenu; 
  345.         }, 
  346.         {CLASS = AIKeyWordTextField; LANGUAGE = ObjC; SUPERCLASS = NSTextField; }, 
  347.         {CLASS = AILog; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  348.         {
  349.             ACTIONS = {
  350.                 selectDay = id; 
  351.                 selectMonth = id; 
  352.                 selectScreenName = id; 
  353.                 selectYear = id; 
  354.                 showLogViewer = id; 
  355.             }; 
  356.             CLASS = AILogViewer; 
  357.             LANGUAGE = ObjC; 
  358.             OUTLETS = {
  359.                 "box_logListing" = NSBox; 
  360.                 "menuItem_showLogViewer" = NSMenuItem; 
  361.                 "popUp_day" = NSPopUpButton; 
  362.                 "popUp_month" = NSPopUpButton; 
  363.                 "popUp_screenName" = NSPopUpButton; 
  364.                 "popUp_year" = NSPopUpButton; 
  365.                 "tableView_day" = NSTableView; 
  366.                 "tableView_month" = NSTableView; 
  367.                 "tableView_screenName" = NSTableView; 
  368.                 "tableView_year" = NSTableView; 
  369.                 "textView_content" = NSTextView; 
  370.                 "view_popUpMenus" = NSView; 
  371.                 "window_logViewer" = NSWindow; 
  372.             }; 
  373.             SUPERCLASS = NSObject; 
  374.         }, 
  375.         {CLASS = AILogViewerBuddy; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  376.         {CLASS = AILogViewerDay; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  377.         {CLASS = AILogViewerMonth; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  378.         {CLASS = AILogViewerYear; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  379.         {
  380.             CLASS = AIMainWindow; 
  381.             LANGUAGE = ObjC; 
  382.             OUTLETS = {
  383.                 "groupBox_BottomToolBar" = NSBox; 
  384.                 "groupBox_TopToolBar" = NSBox; 
  385.                 "groupBox_WindowContents" = NSBox; 
  386.             }; 
  387.             SUPERCLASS = NSWindow; 
  388.         }, 
  389.         {
  390.             ACTIONS = {
  391.                 createChat = id; 
  392.                 dockShowCreateChat = id; 
  393.                 dockShowMessageStranger = id; 
  394.                 hideCreateChat = id; 
  395.                 hideMessageStranger = id; 
  396.                 messageStranger = id; 
  397.                 showCreateChat = id; 
  398.                 showMessageStranger = id; 
  399.             }; 
  400.             CLASS = AIMessageCreation; 
  401.             LANGUAGE = ObjC; 
  402.             OUTLETS = {
  403.                 "menuItem_communityChat" = NSMenuItem; 
  404.                 "menuItem_createChat" = NSMenuItem; 
  405.                 "menuItem_dockCreateChat" = NSMenuItem; 
  406.                 "menuItem_dockNewMessage" = NSMenuItem; 
  407.                 "menuItem_newMessage" = NSMenuItem; 
  408.                 "panel_createChat" = NSPanel; 
  409.                 "panel_messageStranger" = NSPanel; 
  410.                 "textField_createChat" = NSTextField; 
  411.                 "textField_messageStranger" = NSTextField; 
  412.                 theBuddyList = AIBuddyList; 
  413.             }; 
  414.             SUPERCLASS = NSObject; 
  415.         }, 
  416.         {
  417.             ACTIONS = {closeSelectedTab = id; selectNextTab = id; selectPreviousTab = id; }; 
  418.             CLASS = AIMessageHandler; 
  419.             LANGUAGE = ObjC; 
  420.             OUTLETS = {
  421.                 "menuItem_closeTab" = NSMenuItem; 
  422.                 "menuItem_dockCloseTab" = NSMenuItem; 
  423.                 "menuItem_tabLeft" = NSMenuItem; 
  424.                 "menuItem_tabRight" = NSMenuItem; 
  425.             }; 
  426.             SUPERCLASS = NSObject; 
  427.         }, 
  428.         {
  429.             CLASS = AIMessageTabView; 
  430.             LANGUAGE = ObjC; 
  431.             OUTLETS = {"outlineView_buddyList" = NSOutlineView; theInterface = AIInterface; }; 
  432.             SUPERCLASS = NSTabView; 
  433.         }, 
  434.         {CLASS = AIMessageTabViewItem; LANGUAGE = ObjC; SUPERCLASS = NSTabViewItem; }, 
  435.         {
  436.             CLASS = AIMessageTextView; 
  437.             LANGUAGE = ObjC; 
  438.             OUTLETS = {"button_sendMessage" = NSButton; theMessageTab = AIMessage; }; 
  439.             SUPERCLASS = NSTextView; 
  440.         }, 
  441.         {
  442.             CLASS = AIOnHold; 
  443.             LANGUAGE = ObjC; 
  444.             OUTLETS = {
  445.                 "status_onHoldProgress" = NSProgressIndicator; 
  446.                 "textField_mainMessage" = NSTextField; 
  447.                 "textField_onHoldStatus" = NSTextField; 
  448.                 "window_onHoldWindow" = NSWindow; 
  449.             }; 
  450.             SUPERCLASS = NSObject; 
  451.         }, 
  452.         {
  453.             ACTIONS = {saveAlias = id; }; 
  454.             CLASS = AIProfile; 
  455.             LANGUAGE = ObjC; 
  456.             OUTLETS = {
  457.                 "popUpButton_shareProfileWith" = NSPopUpButton; 
  458.                 "textField_ProfileTitle" = NSTextField; 
  459.                 "textField_alias" = NSTextField; 
  460.                 "textView_profile" = NSTextView; 
  461.                 theBuddyList = AIBuddyList; 
  462.                 theSavedNamePanel = AISavedNames; 
  463.             }; 
  464.             SUPERCLASS = NSObject; 
  465.         }, 
  466.         {
  467.             ACTIONS = {cancel = id; goAway = id; }; 
  468.             CLASS = AIQuickAwayPanel; 
  469.             LANGUAGE = ObjC; 
  470.             OUTLETS = {
  471.                 "button_goAway" = NSButton; 
  472.                 "textView_message" = NSTextView; 
  473.                 theAwayHandler = AIAway; 
  474.             }; 
  475.             SUPERCLASS = NSPanel; 
  476.         }, 
  477.         {CLASS = AISafeButton; LANGUAGE = ObjC; SUPERCLASS = NSButton; }, 
  478.         {
  479.             ACTIONS = {
  480.                 cancel = id; 
  481.                 newName = id; 
  482.                 removeName = id; 
  483.                 setPassword = id; 
  484.                 togglePasswordCheckBox = id; 
  485.             }; 
  486.             CLASS = AISavedNames; 
  487.             LANGUAGE = ObjC; 
  488.             OUTLETS = {
  489.                 "button_remove" = NSButton; 
  490.                 "panel_enterPass" = NSPanel; 
  491.                 "panel_savedNames" = NSWindow; 
  492.                 "tableView_savedNamesList" = NSTableView; 
  493.                 "textField_password" = NSTextField; 
  494.                 theConnectSheet = AIConnectSheet; 
  495.             }; 
  496.             SUPERCLASS = NSObject; 
  497.         }, 
  498.         {
  499.             ACTIONS = {
  500.                 apply = id; 
  501.                 cancel = id; 
  502.                 configurePreferencesDimming = id; 
  503.                 playSound = id; 
  504.                 restoreDefaults = id; 
  505.                 save = id; 
  506.                 selectedFontFromMenu = id; 
  507.             }; 
  508.             CLASS = AISettings; 
  509.             LANGUAGE = ObjC; 
  510.             OUTLETS = {
  511.                 "checkBox_away_hideBuddyListWindow" = NSButton; 
  512.                 "checkBox_away_hideMessageWindow" = NSButton; 
  513.                 "checkBox_away_muteSounds" = NSButton; 
  514.                 "checkBox_away_noFlashDock" = NSButton; 
  515.                 "checkBox_away_noFlashStatus" = NSButton; 
  516.                 "checkBox_buddyList_allowNameColoring" = NSButton; 
  517.                 "checkBox_buddyList_boldGroups" = NSButton; 
  518.                 "checkBox_buddyList_boldSignedOn" = NSButton; 
  519.                 "checkBox_buddyList_drawGrid" = NSButton; 
  520.                 "checkBox_buddyList_hideEmptyGroups" = NSButton; 
  521.                 "checkBox_buddyList_italicGroups" = NSButton; 
  522.                 "checkBox_buddyList_italicSignedOff" = NSButton; 
  523.                 "checkBox_buddyList_showStatusIcons" = NSButton; 
  524.                 "checkBox_buddyList_underlineGroups" = NSButton; 
  525.                 "checkBox_chat_overrideBack" = NSButton; 
  526.                 "checkBox_chat_overrideFont" = NSButton; 
  527.                 "checkBox_chat_overrideSize" = NSButton; 
  528.                 "checkBox_chat_overrideText" = NSButton; 
  529.                 "checkBox_chat_sendChatOnEnter" = NSButton; 
  530.                 "checkBox_chat_sendChatOnReturn" = NSButton; 
  531.                 "checkBox_chat_showSmileys" = NSButton; 
  532.                 "checkBox_chat_spellChecking" = NSButton; 
  533.                 "checkBox_chat_useMyBackground" = NSButton; 
  534.                 "checkBox_connect_autoreconnect" = NSButton; 
  535.                 "checkBox_connect_pingConnection" = NSButton; 
  536.                 "checkBox_dock_bounceAfter" = NSButton; 
  537.                 "checkBox_dock_bounceOnEvery" = NSButton; 
  538.                 "checkBox_dock_bounceOnFirst" = NSButton; 
  539.                 "checkBox_interface_stickyBuddyList" = NSButton; 
  540.                 "checkBox_log_chat" = NSButton; 
  541.                 "checkBox_log_messages" = NSButton; 
  542.                 "checkBox_messages_overrideBack" = NSButton; 
  543.                 "checkBox_messages_overrideEnter" = NSButton; 
  544.                 "checkBox_messages_overrideFont" = NSButton; 
  545.                 "checkBox_messages_overrideMyMessages" = NSButton; 
  546.                 "checkBox_messages_overrideSize" = NSButton; 
  547.                 "checkBox_messages_overrideText" = NSButton; 
  548.                 "checkBox_messages_restrictBackground" = NSButton; 
  549.                 "checkBox_messages_sendMessageOnEnter" = NSButton; 
  550.                 "checkBox_messages_sendMessageOnReturn" = NSButton; 
  551.                 "checkBox_messages_showSmileys" = NSButton; 
  552.                 "checkBox_messages_spellChecking" = NSButton; 
  553.                 "checkBox_messages_useBuddysBackground" = NSButton; 
  554.                 "checkBox_messages_useMyBackground" = NSButton; 
  555.                 "checkBox_sound_IMFromStranger" = NSButton; 
  556.                 "checkBox_sound_ReceivedFirstIM" = NSButton; 
  557.                 "checkBox_sound_ReceivedIM" = NSButton; 
  558.                 "checkBox_sound_SentIM" = NSButton; 
  559.                 "checkBox_sound_buddySignedOff" = NSButton; 
  560.                 "checkBox_sound_buddySignedOn" = NSButton; 
  561.                 "checkBox_sound_useStandard" = NSButton; 
  562.                 "checkBox_status_displayAway" = NSButton; 
  563.                 "checkBox_status_displayChatInOut" = NSButton; 
  564.                 "checkBox_status_displayChatInvite" = NSButton; 
  565.                 "checkBox_status_displayIdle" = NSButton; 
  566.                 "checkBox_status_displayOnOff" = NSButton; 
  567.                 "checkBox_status_showIdle" = NSButton; 
  568.                 "checkBox_tabs_allowNameColoring" = NSButton; 
  569.                 "checkBox_tabs_chat_allowNameColoring" = NSButton; 
  570.                 "checkBox_tabs_chat_showStatusIcons" = NSButton; 
  571.                 "checkBox_tabs_showStatusIcons" = NSButton; 
  572.                 "checkBox_warning_blockOnWarn" = NSButton; 
  573.                 "checkBox_warning_warnOnWarn" = NSButton; 
  574.                 "colorWell_chat_defaultBackColor" = NSColorWell; 
  575.                 "colorWell_chat_defaultTextColor" = NSColorWell; 
  576.                 "colorWell_chat_overrideBackColor" = NSColorWell; 
  577.                 "colorWell_chat_overrideTextColor" = NSColorWell; 
  578.                 "colorWell_chat_receivedPrefixColor" = NSColorWell; 
  579.                 "colorWell_chat_sentPrefixColor" = NSColorWell; 
  580.                 "colorWell_colors_AwayIconColor" = NSColorWell; 
  581.                 "colorWell_colors_AwayNameColor" = NSColorWell; 
  582.                 "colorWell_colors_IdleAwayIconColor" = NSColorWell; 
  583.                 "colorWell_colors_IdleAwayNameColor" = NSColorWell; 
  584.                 "colorWell_colors_IdleIconColor" = NSColorWell; 
  585.                 "colorWell_colors_IdleNameColor" = NSColorWell; 
  586.                 "colorWell_colors_NormalIconColor" = NSColorWell; 
  587.                 "colorWell_colors_NormalNameColor" = NSColorWell; 
  588.                 "colorWell_colors_OpenTabIconColor" = NSColorWell; 
  589.                 "colorWell_colors_OpenTabNameColor" = NSColorWell; 
  590.                 "colorWell_colors_SignedOffIconColor" = NSColorWell; 
  591.                 "colorWell_colors_SignedOffNameColor" = NSColorWell; 
  592.                 "colorWell_colors_SignedOnIconColor" = NSColorWell; 
  593.                 "colorWell_colors_SignedOnNameColor" = NSColorWell; 
  594.                 "colorWell_colors_UnviewedIconColor" = NSColorWell; 
  595.                 "colorWell_colors_UnviewedNameColor" = NSColorWell; 
  596.                 "colorWell_messages_defaultBackColor" = NSColorWell; 
  597.                 "colorWell_messages_defaultTextColor" = NSColorWell; 
  598.                 "colorWell_messages_overrideBackColor" = NSColorWell; 
  599.                 "colorWell_messages_overrideTextColor" = NSColorWell; 
  600.                 "colorWell_messages_receivedPrefixColor" = NSColorWell; 
  601.                 "colorWell_messages_sentPrefixColor" = NSColorWell; 
  602.                 "matrix_dockIcon" = NSMatrix; 
  603.                 "matrix_dockIconImage" = NSMatrix; 
  604.                 "matrix_windowMode" = NSMatrix; 
  605.                 "popUp_buddyList_fontName" = NSPopUpButton; 
  606.                 "popUp_chat_defaultFontName" = NSPopUpButton; 
  607.                 "popUp_chat_overrideFontName" = NSPopUpButton; 
  608.                 "popUp_dock_bounceAfterMode" = NSPopUpButton; 
  609.                 "popUp_dock_bounceOnEveryMode" = NSPopUpButton; 
  610.                 "popUp_dock_bounceOnFirstMode" = NSPopUpButton; 
  611.                 "popUp_messages_defaultFontName" = NSPopUpButton; 
  612.                 "popUp_messages_overrideFontName" = NSPopUpButton; 
  613.                 "slider_dock_flashSpeed" = NSSlider; 
  614.                 "slider_sound_appVolume" = NSSlider; 
  615.                 "slider_status_flashSpeed" = NSSlider; 
  616.                 "tabView_settingsTabs" = NSTabView; 
  617.                 "tableView_categoryList" = NSTableView; 
  618.                 "textField_buddyList_fontSize" = NSTextField; 
  619.                 "textField_categoryHeader" = NSTextField; 
  620.                 "textField_chat_defaultFontSize" = NSTextField; 
  621.                 "textField_chat_overrideFontSize" = NSTextField; 
  622.                 "textField_connect_host" = NSTextField; 
  623.                 "textField_connect_port" = NSTextField; 
  624.                 "textField_dock_bounceAfterTime" = NSTextField; 
  625.                 "textField_hoverHelp" = NSTextField; 
  626.                 "textField_icons_signedOffLength" = NSTextField; 
  627.                 "textField_icons_signedOnLength" = NSTextField; 
  628.                 "textField_messages_defaultFontSize" = NSTextField; 
  629.                 "textField_messages_overrideEnterSize" = NSTextField; 
  630.                 "textField_messages_overrideFontSize" = NSTextField; 
  631.                 "textView_buddyList_buddyAliasFormat" = NSTextView; 
  632.                 "textView_buddyList_buddyFormat" = NSTextView; 
  633.                 "textView_buddyList_groupFormat" = NSTextView; 
  634.                 "textView_chat_receiveFormat" = NSTextView; 
  635.                 "textView_chat_sendFormat" = NSTextView; 
  636.                 "textView_messages_receiveAliasFormat" = NSTextView; 
  637.                 "textView_messages_receiveFormat" = NSTextView; 
  638.                 "textView_messages_sendFormat" = NSTextView; 
  639.                 "textView_tabs_buddyAliasFormat" = NSTextView; 
  640.                 "textView_tabs_buddyFormat" = NSTextView; 
  641.                 "textView_tabs_chatFormat" = NSTextView; 
  642.                 "window_settingsWindow" = NSWindow; 
  643.             }; 
  644.             SUPERCLASS = NSObject; 
  645.         }, 
  646.         {CLASS = AISettingsListCell; LANGUAGE = ObjC; SUPERCLASS = NSCell; }, 
  647.         {CLASS = AISound; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  648.         {CLASS = AISoundList; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  649.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }
  650.     ); 
  651.     IBVersion = 1; 
  652. }